home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
PowerMacInterface
/
mac_types.dcl
< prev
next >
Wrap
Text File
|
1994-06-23
|
290b
|
15 lines
definition module mac_types;
:: Ptr :== Int;
:: Handle :== Int;
:: Rect :== (!Int,!Int,!Int,!Int);
:: RgnHandle :== Int;
:: WindowPtr :== Int;
:: Event :== (!Bool,!Int,!Int,!Int,!Int,!Int,!Int);
:: DialogPtr :== Int;
:: MacMenuHandle :== Int;
:: *Toolbox :== Int;
NewToolbox :: Toolbox;